func runtime.callers

7 uses

	runtime (current package)
		extern.go#L273: 	n := callers(skip+1, rpc[:])
		extern.go#L301: 	return callers(skip, pc)
		mprof.go#L420: 	nstk := callers(4, stk[:])
		mprof.go#L505: 		nstk = callers(skip, stk[:])
		proc.go#L828: 		callers(1, mp.createstack[:])
		trace.go#L975: 			nstk += callers(skip+1, pcBuf[1:])
		traceback.go#L1102: func callers(skip int, pcbuf []uintptr) int {